home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8605
/
8605.xpi
/
chrome
/
skin
/
default
/
bar.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-11-08
|
651b
|
36 lines
#dAPanel
{
min-width: 70px;
}
#dAPanel.customLook
{
-moz-appearance: none !important;
border-width: 1px;
border-style: solid;
}
#dAPanel[showIcon="true"]
{
padding-left: 20px;
background: url(chrome://devany/skin/images/devIcon_inactive.gif) no-repeat 5px center;
min-width: 90px !important;
}
#dAPanel[mode="error"][showIcon="true"]
{
background: url(chrome://devany/skin/images/devIcon_error.gif) no-repeat 5px center;
}
#dAPanel[mode="active"][showIcon="true"]
{
background: url(chrome://devany/skin/images/devIcon.gif) no-repeat 5px center;
}
#tipTitle
{
font-weight: bold;
margin-bottom: 10px;
}